ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / CollapsedHeaders Property

In This Topic
    CollapsedHeaders Property (MultiRow<T>)
    In This Topic
    Gets or sets a value that determines whether column headers should be collapsed and displayed as a single row displaying the group headers.
    Syntax
    'Declaration
     
    Public Property CollapsedHeaders As Nullable(Of Boolean)
    public Nullable<bool> CollapsedHeaders {get; set;}
    Remarks
    Setting to null causes the grid to show all header information (groups and columns).
    See Also